You can use `AuthenticatorService` to access current signed in `user`. If no user is authenticated, it'll return `undefined`. ```html

Welcome, {{ authenticator.user.username }}!

```